home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Cable DSL Tweaks / sguide_default_2k.EXE / sguide_default_2k.inf
Encoding:
Windows Setup INFormation  |  2000-10-23  |  1.7 KB  |  45 lines

  1. ;   ___________________________________
  2. ;  /                                   \
  3. ; | Copyright SpeedGuide.net 1999-2000. |
  4. ; | http://www.speedguide.net           |
  5. ; | support@speedguide.net              |
  6. ;  \___________________________________/
  7. ;
  8. ;
  9. ; Use at your own risk.
  10. ;
  11. ; This file is intended for use with Windows 2000 ONLY ! Check the resources at
  12. ; http://www.speedguide.net for tweaking other operating systems, information
  13. ; on advanced Regisry editting and all your broadband needs.
  14. ;
  15. ; To install the patch, simply highlight this .inf file, right-click and choose
  16. ; "install" from the pull-down menu.
  17. ;
  18. ; It is always a good idea to backup your Registry before making changes.
  19. ; ----------------------------------------------------------------------------------
  20. ;
  21. ; This generic patch removes the TCP/IP Registry values for high speed/high latency
  22. ; Internet connections, reverting the Registry to its default state.
  23. ;
  24. ; You need to reboot for changes to take effect.
  25. ;
  26. ; -----------------------------------------------------------------------------------
  27.  
  28.  
  29. [Version]
  30. Signature = "$Windows NT$"
  31.  
  32. [DefaultInstall]
  33. DelReg=Delete_Old_Tweaks
  34. AddReg=Add_SpeedGuide_Tweaks
  35.  
  36. [Delete_Old_Tweaks]
  37. HKLM,System\CurrentControlSet\Services\Tcpip\Parameters,SackOpts
  38. HKLM,System\CurrentControlSet\Services\Tcpip\Parameters,DefaultTTL
  39. HKLM,System\CurrentControlSet\Services\Tcpip\Parameters,EnablePMTUBHDetect
  40. HKLM,System\CurrentControlSet\Services\Tcpip\Parameters,EnablePMTUDiscovery
  41. HKLM,System\CurrentControlSet\Services\Tcpip\Parameters,TcpWindowSize
  42. HKLM,System\CurrentControlSet\Services\Tcpip\Parameters,GlobalMaxTcpWindowSize
  43. HKLM,System\CurrentControlSet\Services\Tcpip\Parameters,Tcp1323Opts
  44.